[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Class FInfo:
~~~~~~~~~~~~
This class appends the class Info with viewing of the big text file.

Common use:
~~~~~~~~~~~
If you want to enable the file selection you can use the only program line:

  FInfoShow("*.txt")   //viewing of any file of the *.txt set.

or if you want to view the specific file you can use following two lines
of program:

  LOCAL OBJECT Fi OF FInfo
  Fi:Init("MyFile.txt")   //could be GoodInit(...), parameters (if any)

Source code is in C_FInfo.prg

See Also: Box Info Task Color Class hierarchy FInfoShow
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson